.NET processing unit [closed]
Posted
by
configurator
on Programmers
See other posts from Programmers
or by configurator
Published on 2010-09-26T04:06:10Z
Indexed on
2012/06/17
15:23 UTC
Read the original article
Hit count: 224
Do you think we'll ever see an IL (or other bytecode) processing unit?
It sounds possible and would have a major benefit, because we wouldn't need the JITter. This isn't the same as compiling .NET directly to machine code, since the bytecode here is designed to be programmed and disassembled easily, unlike the bytecode used in x86 processors which is designed to work faster.
What's stopping Intel (for example) from partnering with Microsoft and making such a .NET-optimised processor?
© Programmers or respective owner